docs: Add Since tag to GtkWidget::draw
authorBenjamin Otte <otte@redhat.com>
Mon, 13 Jun 2011 16:29:07 +0000 (18:29 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 13 Jun 2011 16:29:07 +0000 (18:29 +0200)
gtk/gtkwidget.c

index caeec32450bf44a35bd8df73fdc2de327da95694..62cabd26f1339c0371e8ae7a2e3a6b97d17f7afd 100644 (file)
@@ -1669,6 +1669,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
    * context passed as @cr in any way they like and don't need to
    * restore it. The signal emission takes care of calling cairo_save()
    * before and cairo_restore() after invoking the handler.
+   *
+   * Since: 3.0
    */
   widget_signals[DRAW] =
     g_signal_new (I_("draw"),